Skip to main content

Retrieve monitor status using Monitor ID

GET 

/query/objects/:id/status

Call this API to obtain the status of each monitor by providing the Monitor ID.

Request

Path Parameters

    id integerrequired

    Unique identifier for the monitor. This Monitor ID is required to fetch the corresponding status of the the monitor.

Responses

Successful response. The request was processed successfully, and the status of the specified monitor is returned in the response body.

Schema
    result object
    status string
Loading...